home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vbec20 / setup.exe / file0008.bin < prev    next >
Encoding:
Text File  |  1999-01-23  |  201 b   |  8 lines

  1.     Select Case VBErrCatchGlobalHandler (MODULENAME_,PROCNAME_)
  2.     Case vbAbort
  3.         Err.Raise Err.Number
  4.     Case vbRetry
  5.         Resume
  6.     Case vbIgnore
  7.         Resume Next
  8.     End Select